forked from Lainports/freebsd-ports
22 lines
474 B
Text
22 lines
474 B
Text
--- calc/Makefile.orig Tue Oct 20 22:41:42 1998
|
|
+++ calc/Makefile Fri Aug 4 05:08:16 2000
|
|
@@ -30,7 +30,7 @@
|
|
$(CCC) $(CCFLAGS) $(IFLAGS) -c $<
|
|
|
|
.c.o:
|
|
- $(CC) $(CCFLAGS) $(IFLAGS) -c $<
|
|
+ $(CC) $(CFLAGS) $(IFLAGS) -c $<
|
|
|
|
scan.c: scan.l
|
|
$(LEX) -oscan.c -i scan.l
|
|
@@ -40,8 +40,8 @@
|
|
|
|
gram.cc: gram.y scan.c
|
|
$(YACC) -d gram.y
|
|
- mv gram.tab.c gram.cc
|
|
- mv gram.tab.h gram.h
|
|
+ mv y.tab.c gram.cc
|
|
+ mv y.tab.h gram.h
|
|
|
|
#
|
|
# include a dependency file if one exists
|