diff extra/NaN/src/Makefile @ 10621:7740a34f1dac octave-forge

fix message on missing mexext
author schloegl
date Fri, 03 Aug 2012 19:49:11 +0000
parents 8d2b4cc5c0a1
children 4becffbdb0ea
line wrap: on
line diff
--- a/extra/NaN/src/Makefile	Fri Aug 03 15:56:49 2012 +0000
+++ b/extra/NaN/src/Makefile	Fri Aug 03 19:49:11 2012 +0000
@@ -41,7 +41,7 @@
 
 mex4o octave: $(PROGS)
 
-ifneq ( , $(ls -1 $(MATLABDIR) ) )
+ifneq (,$(ls -1 $(MATLABDIR)))
 MEX_EXT = $(shell $(MATLABDIR)/bin/mexext)
 mex4m matlab: $(patsubst %.mex, %.$(MEX_EXT), $(PROGS))
 endif
@@ -52,7 +52,7 @@
 clean:
 	-$(RM) *.o *.obj *.o64 core octave-core *.oct *~ *.mex* 
 
-$(PROGS): Makefile
+#$(PROGS): Makefile
 
 #########################################################
 #	Octave, MATLAB on Linux