[java-gnome-hackers] sed problem in src/Makefile.in
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-12-03 03:31:01
|
The command "sed -e 's=\.c=\.o=g'" fails on Linux (and I suspect any other Posix-compliant system). Shouldn't the syntax be "sed -e 's/\.c/\.o/g'"? Tom |