[svn-r5050] Purpose:

*sigh*
Description:
	Needed to point the sed script to the CORRECT pablo directory...
This commit is contained in:
Bill Wendling 2002-03-07 19:01:51 -05:00
parent 0b0630530c
commit a8cd79f0b8

View File

@ -178,7 +178,7 @@ ProcMasks.h: $(top_srcdir)/src/*.c
ProcIDs.h: HDFidList.h ProcMasks.h
ProcTrace.inc: HDFidList.h
sed "=" $? | sed -f $(top_srcdir)/PabloSedscr > $@
sed "=" $? | sed -f $(top_srcdir)/pablo/PabloSedscr > $@
PabloHDF.o: PabloHDF.c $(PABLO_INCLUDES)
$(CC) -g $(CFLAGS) $(CPPFLAGS) $(PABLO_FLAGS) -c $<