[project @ 2003-02-05 12:33:33 by simonmar]
authorsimonmar <unknown>
Wed, 5 Feb 2003 12:33:34 +0000 (12:33 +0000)
committersimonmar <unknown>
Wed, 5 Feb 2003 12:33:34 +0000 (12:33 +0000)
commit24148a7a631193a9c2ad172accd7e21bd9cdc8c1
treec128b66f11e46070226902f2cd0efa74d7f31b10
parent9dbf6260928b1fb8fb19429454ad6e172541c1df
[project @ 2003-02-05 12:33:33 by simonmar]
EXTRA_OBJS is not the right thing to be adding into the objects to be
put into a SplitObjs library - it causes certain objects to turn up
twice in the resulting library (eg. if EXTRA_OBJS duplicates some
objects also found in HS_OBJS).

In fact, EXTRA_OBJS is generally bogus and now isn't used anywhere, so
I've removed it.

Should fix the problem recently reported with PrimopWrappers occurring
twice in the libHSbase.a archive.
mk/paths.mk
mk/target.mk