]> git.pld-linux.org Git - packages/wpa_supplicant.git/commitdiff
- rule with name of dir causes it being up to date sometimes, add as .PHONY
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Aug 2008 17:23:39 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpa_supplicant-makefile.patch -> 1.3

wpa_supplicant-makefile.patch

index 316509fc670d4424f2981279bef6fc9df1a757cc..a1e6130c7e570510fbfba6f2161b0c8a8bd8b74f 100644 (file)
@@ -1,4 +1,3 @@
-diff -u wpa_supplicant-0.3.8.orig/wpa_supplicant/Makefile wpa_supplicant-0.3.8/wpa_supplicant/Makefile
 --- wpa_supplicant-0.3.8.orig/wpa_supplicant/Makefile  2005-02-14 02:55:47.000000000 +0100
 +++ wpa_supplicant-0.3.8/wpa_supplicant/Makefile       2005-04-07 21:55:05.803706440 +0200
 @@ -32,8 +32,10 @@
@@ -14,3 +13,13 @@ diff -u wpa_supplicant-0.3.8.orig/wpa_supplicant/Makefile wpa_supplicant-0.3.8/w
  
  OBJS = config.o \
        eloop.o common.o md5.o \
+@@ -1082,7 +1082,8 @@
+ wpa_gui-qt4/Makefile:
+       qmake -o wpa_gui-qt4/Makefile wpa_gui-qt4/wpa_gui.pro 
+-wpa_gui-qt4: wpa_gui-qt4/Makefile
++.PHONY: wpa_gui-qt4
++wpa_gui-qt4:
+       $(MAKE) -C wpa_gui-qt4
+ TEST_MS_FUNCS_OBJS = ../src/crypto/crypto_openssl.o ../src/crypto/sha1.o ../src/crypto/md5.o \
This page took 0.060195 seconds and 4 git commands to generate.