Package: edbrowse / 3.6.1-1

nomake Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#  Simple makefile to move to the src directory.
-#  This only works if you are making the default target.
-
-all :
-	cd src ; make
-
-clean :
-	cd src ; make clean
-