From: John Crispin Date: Thu, 5 Jun 2014 10:53:01 +0000 (+0100) Subject: 0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too much X-Git-Url: http://git.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=09c09dc870148c99a546243f434e546aafaa6b89 0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too much Signed-off-by: John Crispin --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ace2b51..4c89947 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,13 +42,6 @@ INSTALL(TARGETS udevtrigger ) -ADD_EXECUTABLE(upgraded upgraded.c watchdog.c) -TARGET_LINK_LIBRARIES(upgraded ubox) -INSTALL(TARGETS upgraded - RUNTIME DESTINATION sbin -) - - ADD_EXECUTABLE(askfirst utils/askfirst.c) INSTALL(TARGETS askfirst RUNTIME DESTINATION sbin