* Fixed jibberish makesamples run to not use installed versions of the
[filters.git] / Makefile
index 68a3588793991e13a2aa54f3b5cdf64730e618a7..1d8cbc5c0f57a4c4c775afae1f2fc63810e1001a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ install:      $(ALL) $(OTHER)
 
 samples:       $(ALL) $(OTHER)
        -rm -f SAMPLES
-       PATH=. echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
+       PATH=.:$$PATH; export PATH; echo $(ALL) $(OTHER) |xargs -n 1 sh makesample.sh
 
 clean:
        $(RM) -f core *.o *~ $(ALL) *.c SAMPLES
This page took 0.009099 seconds and 4 git commands to generate.