[comp.unix.aux] makefile problems

max@jma.UUCP (Max Heffler @ Landmark Graphics) (06/25/89)

Has anyone else noticed the following problem with make under AUX 1.1:

If a dependency of the following type is used:

lib.a: lib.a(f23456789012.c)

.c.a:
	cc -c $<
	ar vr $% $*.o

The file is always out of date, so the make always performs the compile.
A .c.o rule seems to work with 14 chars. but not the .c.a rule.
Any known fixes/patches?

Thanx in advance.
-- 
Max Heffler                     uucp: ..!uunet!jma!max
Landmark Graphics Corp.         phone: (713) 579-4751
333 Cypress Run, Suite 100
Houston, Texas  77094