diff options
Diffstat (limited to 'games/acm/files/patch-dis_test_Makefile.in')
-rw-r--r-- | games/acm/files/patch-dis_test_Makefile.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/acm/files/patch-dis_test_Makefile.in b/games/acm/files/patch-dis_test_Makefile.in new file mode 100644 index 000000000000..229d8a82d1ba --- /dev/null +++ b/games/acm/files/patch-dis_test_Makefile.in @@ -0,0 +1,28 @@ +*** dis/test/Makefile.in~ Fri Aug 14 23:20:24 1998 +--- dis/test/Makefile.in Mon Feb 1 18:48:38 1999 +*************** +*** 1,5 **** + srcdir = @srcdir@ +! VPATH = @srcdir@ +! CFLAGS = -I$(srcdir)/.. -I.. -I../lib -I$(srcdir)/../../V/lib @CFLAGS@ + CC = @CC@ + SRCS = disscope.c simxtest.c tglobe.c +--- 1,5 ---- + srcdir = @srcdir@ +! VPATH = @srcdir@ +! CFLAGS = -I$(srcdir)/.. -I.. -I../lib -I$(srcdir)/../../V/lib @CFLAGS@ + CC = @CC@ + SRCS = disscope.c simxtest.c tglobe.c +*************** +*** 7,11 **** + SIMXTEST_OBJS = simxtest.o + TGLOBE_OBJS = tglobe.o +! DECOY_OBJS = decoy.o + LIBS = -L../lib -ldis -L../../V/lib -lV @LIBS@ + +--- 7,11 ---- + SIMXTEST_OBJS = simxtest.o + TGLOBE_OBJS = tglobe.o +! DECOY_OBJS = decoy.o + LIBS = -L../lib -ldis -L../../V/lib -lV @LIBS@ + |