Use SED instead of sed
This commit is contained in:
parent
48a5b4ee97
commit
12cdd1e33b
@ -101,7 +101,7 @@ endif
|
|||||||
# This places the generated .def file in srcdir, since it is expected to be there.
|
# This places the generated .def file in srcdir, since it is expected to be there.
|
||||||
# (The one from a tarball is)
|
# (The one from a tarball is)
|
||||||
gtk.def: gtk.symbols
|
gtk.def: gtk.symbols
|
||||||
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gtk.def
|
(echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gtk.symbols | $(SED) -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gtk.def
|
||||||
|
|
||||||
gtkalias.h: gtk.symbols
|
gtkalias.h: gtk.symbols
|
||||||
$(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h
|
$(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h
|
||||||
|
Loading…
Reference in New Issue
Block a user