diff options
Diffstat (limited to 'deskutils/abacus/files/patch-ac')
-rw-r--r-- | deskutils/abacus/files/patch-ac | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/deskutils/abacus/files/patch-ac b/deskutils/abacus/files/patch-ac index 104c25402a2e..600b7d4f12db 100644 --- a/deskutils/abacus/files/patch-ac +++ b/deskutils/abacus/files/patch-ac @@ -1,5 +1,5 @@ ---- tcl_interf/Makefile Sun Oct 25 23:39:45 1998 -+++ /home/andy/tmp/wrk/tcl_interf/Makefile Tue Jan 5 17:05:51 1999 +--- tcl_interf/Makefile.orig Mon Oct 26 08:39:45 1998 ++++ tcl_interf/Makefile Fri Aug 4 05:11:14 2000 @@ -14,7 +14,7 @@ OTHERSOURCES = SOURCES = $(CSOURCES) $(OTHERSOURCES) @@ -9,3 +9,12 @@ include ../Makefile.options +@@ -34,7 +34,7 @@ + $(CCC) $(CCFLAGS) $(IFLAGS) -c $< + + .c.o: +- $(CC) $(CCFLAGS) $(IFLAGS) -c $< ++ $(CC) $(CFLAGS) $(IFLAGS) -c $< + + scan.c: scan.l + $(LEX) -i -t scan.l -oscan.c |