Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/squeak-makefile.patch
blob: 043dc7dd19af6846703f34469871c37d805728d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2010-09-02 22:11:03.702191222 +0200
+++ Makefile	2010-09-02 22:21:14.580177789 +0200
@@ -1,7 +1,5 @@
 all : .force
-	test -d bld || mkdir bld
-	(cd bld; ../unix/cmake/configure)
-	(cd bld; make)
+	@test -d bld || (echo ERROR: run autogen.sh first; exit 1)
 
 install : all
 	(cd bld; make install)