device/lib/pic/Makefile.common.in, sim/ucsim/cmd.src/Makefile.in:
removed bash dependencies
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4785
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2007-05-05 Borut Razem <borut.razem AT siol.net>
+
+ * device/lib/pic16/Makefile.common.in,
+ device/lib/pic/Makefile.common.in, sim/ucsim/cmd.src/Makefile.in:
+ removed bash dependencies
+
2007-05-01 Borut Razem <borut.razem AT siol.net>
* src/SDCCicode.c:
### $Id$
###
-SHELL = bash
-
#################################################
### verboseness
#Q ?= # be verbose
### $Id$
###
-SHELL = bash
-
#################################################
### verboseness
#Q ?= # be verbose
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
# ------------------------------------------