aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/Makefile.in')
-rw-r--r--src/util/profile/Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 942c85d..ba589c4 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -51,18 +51,18 @@ SHLIB_EXPLIBS = -lcom_err $(SUPPORT_LIB) $(LIBS)
PROFILE_HDR=$(BUILDTOP)$(S)include$(S)profile.h
-all-unix:: includes
-all-unix:: all-libs
-all-windows:: $(PROFILE_HDR)
+all-unix: includes
+all-unix: all-libs
+all-windows: $(PROFILE_HDR)
-install-headers-unix:: includes
+install-headers-unix: includes
generate-files-mac: profile.h
-$(PROFILE_HDR):: profile.h
+$(PROFILE_HDR): profile.h
$(CP) profile.h "$@"
-includes:: $(PROFILE_HDR)
+includes: $(PROFILE_HDR)
clean-unix::
$(RM) $(BUILDTOP)/include/profile.h test2.ini test3.ini test2.ini.bak
@@ -135,12 +135,12 @@ clean-unix:: clean-libs clean-libobjs
clean-windows::
$(RM) $(PROFILE_HDR)
-check-unix:: test_parse test_profile test_vtable test_load modtest.conf
+check-unix: test_parse test_profile test_vtable test_load modtest.conf
$(RUN_TEST) ./test_vtable
$(RUN_TEST) ./test_load
DO_TCL=@DO_TCL@
-check-unix:: check-unix-tcl-$(DO_TCL)
+check-unix: check-unix-tcl-$(DO_TCL)
check-unix-tcl-:
@echo "+++"
@@ -151,7 +151,7 @@ check-unix-tcl-ok: profile_tcl
cp $(srcdir)/test.ini test2.ini
$(RUN_TEST) ./profile_tcl $(srcdir)/prof_test1
-check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
+check-windows: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
$(RM) $(OUTPRE)*.obj
$(OUTPRE)test_parse test.ini