automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving from manual Makefiles to Automake


From: Andreas Schwab
Subject: Re: Moving from manual Makefiles to Automake
Date: Wed, 09 Nov 2005 12:03:59 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Paulo Jorge Matos <address@hidden> writes:

> if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I./include -ansi -std=c++98
> -pedantic -Wall -DBUILDDATE=`date +'%Y-%b-%d %R'` -g -O2 -MT
                                              ^
You need to quote the output of the command substitution since it contains
a space.

                  -DBUILDDATE="`date +'%Y-%b-%d %R'`"

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]