Check-in Number:
|
4884 | |
Date: |
2004-Nov-29 08:35:52 (local)
2004-Nov-29 07:35:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
do not rebuild the Perl API every time if no changes were actually made |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/cfg/Makefile.in 1.7 -> 1.8
--- Makefile.in 2004/11/27 19:56:24 1.7
+++ Makefile.in 2004/11/29 07:35:52 1.8
@@ -92,6 +92,7 @@
# explicit rule for Perl API
$(PERL_NAME): $(PERL_OBJS) $(LIB_NAME)
@cd perl && $(PERL) Makefile.PL PREFIX=$(prefix) && $(MAKE) $(MFLAGS) all
+ @touch $(PERL_NAME)
# explicit rules for compiler construction tools
cfg_syn.c: cfg_syn.h cfg_syn_parse.h
|
|