[ntp:hackers] ntpdc makefile patch

John Hay jhay at icomtek.csir.co.za
Tue Aug 12 10:31:18 PDT 2003


Hi Harlan,

Here is a patch to make things work when one is too scared to have . in
the path. :-) I wizend up after finding users with programs called ls,
more, moer and mroe etc. in their home dirs. Those programs did more
than their namesakes. No more . in the path for me for quite a few years
now. :-)

John
-- 
John Hay -- John.Hay at icomtek.csir.co.za / jhay at FreeBSD.org


===== ntpdc/Makefile.am 1.16 vs edited =====
--- 1.16/ntpdc/Makefile.am	Sat Aug  9 10:23:29 2003
+++ edited/ntpdc/Makefile.am	Tue Aug 12 19:22:50 2003
@@ -18,7 +18,7 @@
 ntpdc-layout.o: nl.c
 
 layout.here: ntpdc-layout
-	ntpdc-layout > $@
+	./ntpdc-layout > $@
 
 check-layout: ntpdc-layout layout.std layout.here
 	cmp $(srcdir)/layout.std layout.here && echo stamp > $@



More information about the hackers mailing list