diff options
Diffstat (limited to 'graphics/opendx/files/patch-ae')
-rw-r--r-- | graphics/opendx/files/patch-ae | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/graphics/opendx/files/patch-ae b/graphics/opendx/files/patch-ae index 07dd5ce3d2e3..50e4cf76e652 100644 --- a/graphics/opendx/files/patch-ae +++ b/graphics/opendx/files/patch-ae @@ -1,11 +1,28 @@ ---- src/exec/dpexec/Makefile.in.orig Wed Aug 25 22:21:36 1999 -+++ src/exec/dpexec/Makefile.in Wed Sep 15 12:31:03 1999 -@@ -1341,7 +1341,7 @@ - mostlyclean distclean maintainer-clean +--- src/exec/dpexec/Makefile.in.orig Thu Jan 6 21:17:53 2000 ++++ src/exec/dpexec/Makefile.in Sat Feb 12 15:22:32 2000 +@@ -90,7 +90,7 @@ + YACC = @YACC@ + yakker = @yakker@ + +-INCLUDES = -I../../../include -I../libdx -D@ARCH@ ++INCLUDES = -I../../../include -I../libdx + + noinst_LIBRARIES = libDPEXEC.a + +@@ -204,6 +204,7 @@ + else :; fi + yuiif.h: yuiif.c + ++lex.o: yuiif.h + + tags: TAGS + +@@ -302,7 +303,7 @@ + maintainer-clean-generic clean mostlyclean distclean maintainer-clean -$(libDPEXEC_a_SOURCES): yuiif.c yuiif.h +# $(libDPEXEC_a_SOURCES): yuiif.c yuiif.h - .y.h: - $(YACC) $(YFLAGS) -d $*.y + include local.mk + |