25 lines
584 B
Plaintext
25 lines
584 B
Plaintext
$NetBSD: patch-ab,v 1.2 2014/09/10 12:24:44 joerg Exp $
|
|
|
|
--- Makefile.orig 2005-09-02 02:05:03.000000000 +0200
|
|
+++ Makefile 2005-09-02 02:05:13.000000000 +0200
|
|
@@ -25,7 +25,7 @@
|
|
SHELL=/bin/sh
|
|
OS_NAME := $(shell uname -s | sed "s/\//-/" | sed "s/_/-/" | sed "s/-.*//g")
|
|
|
|
-DIRS = src tools themes efltk locale test
|
|
+DIRS = src themes efltk locale
|
|
|
|
GENERATED = makeinclude efltk-config
|
|
|
|
@@ -118,8 +118,8 @@ else
|
|
$(GENERATED): configure makeinclude.in configh.in efltk-config.in
|
|
./configure
|
|
|
|
-configure: configure.in
|
|
- autoconf
|
|
+#configure: configure.in
|
|
+# autoconf
|
|
|
|
endif
|
|
|