* device/lib/pic16/Makefile.common.in,
[fw/sdcc] / sim / ucsim / cmd.src / Makefile.in
index e6f72fab4960f65450c15c33bbbc9b854596adcc..cf3f6580b1e865c1c49ed4af4cf273f2c6577083 100644 (file)
@@ -53,7 +53,7 @@ else
 OBJECTS += newcmdposix.o
 endif
 
-DEVEL          = $(shell ( bash -c "test -e $(top_builddir)/devel && echo yes" ))
+DEVEL          = $(shell test -e $(top_builddir)/devel && echo yes)
 
 # Compiling entire program or any subproject
 # ------------------------------------------