瀏覽代碼

Few more fixes
Author: jgg
Date: 1998-11-05 00:17:10 GMT
Few more fixes

Arch Librarian 22 年之前
父節點
當前提交
2c618e31b9
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      Makefile

+ 2 - 3
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)