]> andersk Git - splint.git/blobdiff - src/Makefile.am
Added doc/ directory
[splint.git] / src / Makefile.am
index 55faba9263b69d044980c858dd875db9ff0425c2..b28b82226d60e083713a599bf43cca23280a6cdc 100644 (file)
@@ -187,7 +187,7 @@ nocheck:
 
 .PHONY: test
 test:
-       cd ../; ${MAKE} check
+       cd ../test; ${MAKE} --no-print-directory
 
 ### Automake generates wrong tags
 .PHONY: etags
@@ -205,11 +205,5 @@ lintnew:
 purify: $(lclint_OBJECTS)
        purify $(LINK) -o lclint$(EXEEXT) $^ $(lclint_LDADD)
 
-## This ensures that lclint can be run from ../bin
-## $(CP) was $(Ln_S) but that doesn't work for me...
-
-all: $(top_builddir)/bin/lclint$(EXEEXT)
-$(top_builddir)/bin/lclint$(EXEEXT): lclint$(EXEEXT)
-       $(CP) $< $@
-
-CLEANFILES = $(top_builddir)/bin/lclint$(EXEEXT)
+all: lclint$(EXEEXT)
+CLEANFILES = lclint$(EXEEXT)
This page took 0.074257 seconds and 4 git commands to generate.