author | kergoth <kergoth> | 2002-10-28 17:01:06 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-28 17:01:06 (UTC) |
commit | 098abdd59acd5a72127ac8abc9113238a53c546b (patch) (side-by-side diff) | |
tree | f347ae3b7c9adca53e8136f1b175b6a37f83f977 /Makefile | |
parent | d033fbaff92f1e8e89a96c69dadda068cf3177cd (diff) | |
download | opie-098abdd59acd5a72127ac8abc9113238a53c546b.zip opie-098abdd59acd5a72127ac8abc9113238a53c546b.tar.gz opie-098abdd59acd5a72127ac8abc9113238a53c546b.tar.bz2 |
We need to ensure that noncore/net/networksetup/interfaces gets built before noncore/net/networksetup and noncore/net/networksetup/wlan.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,2 +20,3 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/vmemo \ + noncore/net/networksetup/interfaces \ noncore/net/networksetup/wlan \ @@ -86,3 +87,3 @@ NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ -NONNET = noncore/net/networksetup/interfaces noncore/net/networksetup \ +NONNET = noncore/net/networksetup \ noncore/net/opieftp \ |