From: oetiker Date: Mon, 12 May 2008 22:42:25 +0000 (+0000) Subject: for some reason tclrrd.c does not get picked up using $< at least on opensolaris X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=278afe06d0e48adae03e4492ec01775ad935180e;p=rrdtool-all.git for some reason tclrrd.c does not get picked up using $< at least on opensolaris git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1349 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/bindings/tcl/Makefile.am b/program/bindings/tcl/Makefile.am index 3e183c68..b30736b9 100644 --- a/program/bindings/tcl/Makefile.am +++ b/program/bindings/tcl/Makefile.am @@ -46,7 +46,7 @@ $(TCL_RRD_LIB): tclrrd.o $(TCL_SHLIB_LD) $(TCL_LD_SEARCH_FLAGS) $(LIBDIRS) $< -o $@ -lrrd_th -lm $(TCL_STUB_LIB_SPEC) $(LDFLAGS) $(LIBS) tclrrd.o: tclrrd.c - $(CC) $(AM_CFLAGS) $(CFLAGS) $(TCL_SHLIB_CFLAGS) $(AM_CPPFLAGS) -c $< -DVERSION=\"$(VERSION)\" + $(CC) $(AM_CFLAGS) $(CFLAGS) $(TCL_SHLIB_CFLAGS) $(AM_CPPFLAGS) -c tclrrd.c -DVERSION=\"$(VERSION)\" pkgIndex.tcl: echo "package ifneeded Rrd $(VERSION) \"load $(libdir)/tclrrd$(VERSION)[info sharedlibextension]\"" > $@