mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
812e541141
PR: 20419 Submitted by: Ports Fury
23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
--- 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
|