bjh 99/04/07 03:33:59
Modified: src/os/os2 Makefile.tmpl
Log:
Some more os/os2/Makefile.tmpl tweaks.
Revision Changes Path
1.11 +7 -7 apache-1.3/src/os/os2/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/os2/Makefile.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.tmpl 1999/04/06 15:54:00 1.10
+++ Makefile.tmpl 1999/04/07 10:33:58 1.11
@@ -8,14 +8,8 @@
LIB= libos.a
-all: $(LIB) copy
+all: $(LIB)
-copy:
- for i in $(COPY); do \
- rm -f $(INCDIR)/$$i ;\
- cp `pwd`/$$i $(INCDIR)/$$i ;\
- done
-
$(LIB): $(OBJS)
rm -f $@
ar cr $@ $(OBJS)
@@ -33,6 +27,12 @@
$(OBJS): Makefile
+$(INCDIR)/os.h: os.h
+ cp $< $@
+
+$(INCDIR)/os-inline.c: os-inline.c
+ cp $< $@
+
# We really don't expect end users to use this rule. It works only with
# gcc, and rebuilds Makefile.tmpl. You have to re-run Configure after
# using it.