Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2004-03-11 Jeroen Dekkers <jeroen@dekkers.cx>
	* cppflags-iterator.mk: Change libof-$(cpp-src) to
	libof-$(notdir $(cpp-src)).
  • Loading branch information
Roland McGrath committed Mar 14, 2004
1 parent 8eecbef commit f94ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppflags-iterator.mk
Expand Up @@ -4,4 +4,4 @@
cpp-src := $(firstword $(cpp-srcs-left)) cpp-src := $(firstword $(cpp-srcs-left))
cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left)) cpp-srcs-left := $(filter-out $(cpp-src),$(cpp-srcs-left))


libof-$(cpp-src) := $(lib) libof-$(notdir $(cpp-src)) := $(lib)

0 comments on commit f94ce97

Please sign in to comment.