aboutsummaryrefslogtreecommitdiffstats
path: root/src/profstats/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/profstats/Makefile.in')
-rw-r--r--src/profstats/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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 @@
1all: ../../etc/profstats 1all: profstats
2 2
3include ../common.mk 3include ../common.mk
4 4
5%.o : %.c $(H_FILE_LIST) 5%.o : %.c $(H_FILE_LIST)
6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@
7 7
8../../etc/profstats: $(OBJS) 8profstats: $(OBJS)
9 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS) 9 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS)
10 10
11clean:; rm -fr *.o ../../etc/profstats *.gcov *.gcda *.gcno *.plist 11clean:; rm -fr *.o profstats *.gcov *.gcda *.gcno *.plist
12 12
13distclean: clean 13distclean: clean
14 rm -fr Makefile 14 rm -fr Makefile