12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
--- mpeg2_video/Makefile.in.orig Wed Jun 12 00:13:36 2002
|
|
+++ mpeg2_video/Makefile.in Sun Jun 16 00:51:56 2002
|
|
@@ -466,7 +466,7 @@ uninstall-pkglibPROGRAMS:
|
|
done
|
|
|
|
.c.o:
|
|
- $(COMPILE) -c $<
|
|
+ PATH=${GAS_DIR}:$$PATH $(COMPILE) -c $<
|
|
|
|
# FIXME: We should only use cygpath when building on Windows,
|
|
# and only if it is available.
|