Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
No, you cannot. It breaks build with read-only tree, for instance.
Noticed by Taylor Campbell on IRC.
  • Loading branch information
asau committed Apr 8, 2013
1 parent df77bbe commit d9c9407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/squeak-vm/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2013/04/06 15:46:36 rodent Exp $
# $NetBSD: Makefile,v 1.23 2013/04/08 16:45:33 asau Exp $
#

SQUEAK_VERSION= 4.10.2.2614
Expand All @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_TOOLS= gzip

CONFIGURE_DIRS= build
CONFIGURE_DIRS= ${WRKSRC}/build
CMAKE_ARG_PATH= ../unix
#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE # debug
CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR}
Expand Down

0 comments on commit d9c9407

Please sign in to comment.