aboutsummaryrefslogtreecommitdiff
path: root/example/hello/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/hello/Makefile.in')
-rw-r--r--example/hello/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hello/Makefile.in b/example/hello/Makefile.in
index aa52328..a6795d7 100644
--- a/example/hello/Makefile.in
+++ b/example/hello/Makefile.in
@@ -178,7 +178,7 @@ uninstall-binPROGRAMS:
clean-binPROGRAMS:
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
+hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
@rm -f hello$(EXEEXT)
$(LINK) $(hello_LDFLAGS) $(hello_OBJECTS) $(hello_LDADD) $(LIBS)