automake
[Top][All Lists]
Advanced

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

Make syntax $(srcdir) in Makefile.am problem


From: db
Subject: Make syntax $(srcdir) in Makefile.am problem
Date: Tue, 12 Feb 2008 10:39:58 -0500

I am trying to run automake command in Fedora 7 (automake 1.10).  Automake
fails due to GNU make extension:

priv/Makefile.am:52: shell cat $(srcdir: non-POSIX variable name
priv/Makefile.am:52: (probably a GNU make extension)

Makefile.am content, where the problem is:
$(shell cat $(srcdir)/test_con.txt)

This means you can't have gnu make $(srcdir) syntax?

When I do automake on Fedora 6 which has automake 1.9.6, all seem to be
fine.
-- 
rk


reply via email to

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