mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
163632704c
PR: ports/101756 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
--- sim/ucsim/cmd.src/Makefile.in.orig Mon Apr 24 23:19:58 2006
|
|
+++ sim/ucsim/cmd.src/Makefile.in Wed Jun 28 17:19:54 2006
|
|
@@ -45,7 +45,7 @@
|
|
cmduc.o cmdstat.o cmdmem.o \
|
|
cmdpars.o cmdlex.o
|
|
|
|
-DEVEL = $(shell ( bash -c "test -e $(top_builddir)devel && echo yes" ))
|
|
+DEVEL = no
|
|
|
|
# Compiling entire program or any subproject
|
|
# ------------------------------------------
|