rcorder: clear LDFLAGS before the link pass.
--HG-- extra : convert_revision : 2f0a396e100352bad4335e395cc7d918aac12b79
This commit is contained in:
parent
bd4880e4ff
commit
9d0d6cc4b6
|
@ -3,3 +3,4 @@ OBJS= fgetln.o fparseln.o ealloc.o hash.o rcorder.o
|
||||||
|
|
||||||
TOPDIR= ../../..
|
TOPDIR= ../../..
|
||||||
include $(TOPDIR)/prog.mk
|
include $(TOPDIR)/prog.mk
|
||||||
|
LDFLAGS=
|
||||||
|
|
Loading…
Reference in New Issue