blob: 67914d85174f4d6a0fc19c691e9a763e0fdb2b78 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- sim/ucsim/cmd.src/Makefile.in.orig	Thu Apr  7 13:42:10 2005
+++ sim/ucsim/cmd.src/Makefile.in	Thu Apr  7 13:42:26 2005
@@ -43,7 +43,7 @@
 		  cmduc.o cmdstat.o cmdmem.o \
 		  cmdpars.o cmdlex.o
 
-DEVEL		= $(shell ( bash -c "test -e $(PRJDIR)/devel && echo yes" ))
+DEVEL		= no
 
 # Compiling entire program or any subproject
 # ------------------------------------------
 |