Check-in Number:
|
617 | |
Date: |
2001-Aug-07 16:46:38 (local)
2001-Aug-07 14:46:38 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added phony declaration for those targets not associated with a file
in the repository. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile.in 1.20 -> 1.21
--- Makefile.in 2001/08/07 14:42:03 1.20
+++ Makefile.in 2001/08/07 14:46:38 1.21
@@ -34,6 +34,8 @@
.c.o:
$(CC) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CFLAGS) -c $<
+.PHONY: clean distclean realclean check docs
+
all: libxds.a
libxds.a: $(OBJS)
|
|