From: borutr Date: Sat, 5 May 2007 07:41:17 +0000 (+0000) Subject: * device/lib/pic16/Makefile.common.in, X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=commitdiff_plain;h=03a0895b993094520effd7f386db2152da3c93a8 * device/lib/pic16/Makefile.common.in, 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 --- diff --git a/ChangeLog b/ChangeLog index f8febd49..39ff8af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-05 Borut Razem + + * 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 * src/SDCCicode.c: diff --git a/device/lib/pic/Makefile.common.in b/device/lib/pic/Makefile.common.in index e887cb68..3ed9dc28 100644 --- a/device/lib/pic/Makefile.common.in +++ b/device/lib/pic/Makefile.common.in @@ -12,8 +12,6 @@ ### $Id$ ### -SHELL = bash - ################################################# ### verboseness #Q ?= # be verbose diff --git a/device/lib/pic16/Makefile.common.in b/device/lib/pic16/Makefile.common.in index 002538df..3c30f4e0 100644 --- a/device/lib/pic16/Makefile.common.in +++ b/device/lib/pic16/Makefile.common.in @@ -16,8 +16,6 @@ ### $Id$ ### -SHELL = bash - ################################################# ### verboseness #Q ?= # be verbose diff --git a/sim/ucsim/cmd.src/Makefile.in b/sim/ucsim/cmd.src/Makefile.in index e6f72fab..cf3f6580 100644 --- a/sim/ucsim/cmd.src/Makefile.in +++ b/sim/ucsim/cmd.src/Makefile.in @@ -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 # ------------------------------------------