From 6ff30cb68956d41961c7dcd9302ab0c3c9d0a536 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 29 Jun 2020 12:28:21 -0400 Subject: minor makefile fixes --- src/profstats/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/profstats/Makefile.in b/src/profstats/Makefile.in index 4ada23c23..2beaa3ed6 100644 --- a/src/profstats/Makefile.in +++ b/src/profstats/Makefile.in @@ -1,14 +1,14 @@ -all: ../../etc/profstats +all: profstats include ../common.mk %.o : %.c $(H_FILE_LIST) $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ -../../etc/profstats: $(OBJS) +profstats: $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS) -clean:; rm -fr *.o ../../etc/profstats *.gcov *.gcda *.gcno *.plist +clean:; rm -fr *.o profstats *.gcov *.gcda *.gcno *.plist distclean: clean rm -fr Makefile -- cgit v1.2.3-70-g09d2