URL: <http://savannah.gnu.org/bugs/?28525>
Summary: Parens in path names do not work correctly anymore Project: make Submitted by: None Submitted on: Fri 08 Jan 2010 03:41:04 PM UTC Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: CVS Operating System: Any Fixed Release: None Triage Status: None _______________________________________________________ Details: I create some small makefiles, one with () in the file name: $ cat "foo.make" include bar(x).make $ cat "bar(x).make" foo(x)/tada: @echo tada make --version GNU Make 3.81 ../make/make --version GNU Make 3.81.90 #If I run with CVS make I get errors: $ ../make/make -f foo.make foo.make:1: x).make): No such file or directory make: *** No rule to make target `x).make)'. Stop. #If I run with the release make, it works $ make -f foo.make tada _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?28525> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make