projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee43a30
)
Few more fixes
author
Arch Librarian
<arch@canonical.com>
Mon, 20 Sep 2004 16:51:19 +0000
(16:51 +0000)
committer
Arch Librarian
<arch@canonical.com>
Mon, 20 Sep 2004 16:51:19 +0000
(16:51 +0000)
Author: jgg
Date: 1998-11-05 00:17:10 GMT
Few more fixes
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a7f4a4c221bf1270c0fd505331dc686ff8252011..33f40750545f7ccd61ae14d129b3cff03f7d7b43 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,11
+33,10
@@
configure: aclocal.m4 configure.in
aclocal.m4:
aclocal -I buildlib
-build:
- mkdir $(BUILD)
$(BUILD)/config.status: configure
+ test -e $(BUILD) || mkdir $(BUILD)
(HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
$(BUILD)/include/config.h: buildlib/config.h.in
$(BUILD)/environment.mak: buildlib/environment.mak.in
-$(CONVERTED):
+$(CONVERTED):
$(BUILD)/config.status
(cd $(BUILD) && ./config.status)