Check-in Number:
|
4139 | |
Date: |
2001-Jul-03 13:15:39 (local)
2001-Jul-03 11:15:39 (UTC) |
User: | simons |
Branch: | |
Comment: |
Removed automatic variable use from xds.3 target because non-GNU make
won't understand these reliably. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile 1.4 -> 1.5
--- Makefile 2001/07/03 08:25:24 1.4
+++ Makefile 2001/07/03 11:15:39 1.5
@@ -23,7 +23,7 @@
$(CC) $(LDFLAGS) -o $@ test.o
xds.3: xds.pod
- pod2man --section=3 --center="XDS Library Programmer API " $< >$@
+ pod2man --section=3 --center="XDS Library Programmer API " xds.pod >xds.3
clean::
rm -f test.o test
|
|