1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/opendx/files/patch-ae
2000-02-14 13:05:12 +00:00

29 lines
588 B
Plaintext

--- 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
include local.mk