Re: [PATCH] Removing gnats/man and config/*
"Mark D. Baushke" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
Chad Walstrom <[email protected]> writes: > > After configure @INSTALL_PROGRAM@ will be replaced by ${INSTALL} (at > > least on my system) and thus have incorrect path. > > Shouldn't that be $(INSTALL), not ${INSTALL}? Anyway, I'll take a look > at that, too. The dereferencing syntax should not matter. Both $(variable) and ${variable} are valid references to the variable foo in GNU make, Berkeley make, SunOS make, SGI make, nmake and pmake. -- Mark