From 918cc351d225376e3925e484a31513103b99ea0a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 8 Mar 2002 13:34:25 -0500 Subject: [svn-r5053] Purpose: Bug-ish Fix Description: "make check" would barf in this directory since there's not a "check:" target. Solution: Added a ".PHONY" entry so that "make checks" and the like won't barf when they enter the pablo directory. Platforms tested: Linux --- pablo/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pablo/Makefile.in b/pablo/Makefile.in index dd4eb91..91db581 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -147,10 +147,10 @@ distclean: clean maintainer-clean: distclean $(RM) *~ core core.* *.core *.bak *.contrib gmon.out - .c.lo: @$(LT_COMPILE) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$*.c $< +.PHONY: all progs test _test check dep depend PABLO_INCLUDES=HDFentryNames.h HDFidList.h ProcIDs.h HDFTrace.h ProcTrace.h \ ProcTrace.inc -- cgit v0.12