Changeset 3222


Ignore:
Timestamp:
Apr 29, 2007, 7:51:02 PM (18 years ago)
Author:
bird
Message:

Correct output name please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/perl/x2p/Makefile.SH

    r3181 r3222  
    108108
    109109a2p$(EXE_EXT): $(obj) a2p$(OBJ_EXT)
    110         $(CC) -o a2p $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs)
     110        $(CC) -o a2p$(EXE_EXT) $(LDFLAGS) $(obj) a2p$(OBJ_EXT) $(libs)
    111111
    112112# I now supply a2p.c with the kits, so the following section is
Note: See TracChangeset for help on using the changeset viewer.