mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
|
--- src/ana11/Makefile.orig Tue Dec 9 18:41:42 2003
|
||
|
+++ src/ana11/Makefile Tue Dec 9 18:42:45 2003
|
||
|
@@ -34,6 +34,9 @@
|
||
|
$(EXPORTS): $(SRCS)
|
||
|
@echo making $(EXPORTS)
|
||
|
@../utils/export $(SRCS) $(EXPORTS)
|
||
|
+ grep -v PRINTF $(EXPORTS) > $(EXPORTS).tmp
|
||
|
+ echo "extern void PRINTF(char *format, ... );" >> $(EXPORTS).tmp
|
||
|
+ mv $(EXPORTS).tmp $(EXPORTS)
|
||
|
|
||
|
$(SRCS) :
|
||
|
co $@
|