pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-22
1998-07-22 00:33:24 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
121e62db41f9d58c0946c151b348b3f0719a0adc (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for silly cpp behaviour take two
Rev: src/Makefile.in:1.102
1:
#
-
# $Id: Makefile.in,v 1.
101
1998/07/22 00:
31
:
31
hubbe Exp $
+
# $Id: Makefile.in,v 1.
102
1998/07/22 00:
33
:
24
hubbe Exp $
# # This line is needed on some machines.
453:
$(SRCDIR)/language.h: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict."
-
( cd $(SRCDIR) ; $(YACC) $(YFLAGS) language.yacc
)
-
mv y.tab.c
$(SRCDIR)/
language.c
-
mv y.tab.h
$(SRCDIR)/
language.h
+
( cd $(SRCDIR) ;
\
+
$(YACC) $(YFLAGS) language.yacc
;\
+
mv y.tab.c language.c
;\
+
mv y.tab.h language.h
)
$(SRCDIR)/language.c: $(SRCDIR)/language.h touch $(SRCDIR)/language.c