Ticket #28288: patch_UFconfig_makefile.diff

File patch_UFconfig_makefile.diff, 309 bytes (added by Veence (Vincent), 13 years ago)

A further needed patch for universal build

  • UFconfig/Makefile

    old new  
    1313libufconfig.a: UFconfig.c UFconfig.h
    1414        $(CC) $(CFLAGS) -c UFconfig.c
    1515        $(AR) libufconfig.a UFconfig.o
     16        $(RANLIB) libufconfig.a
    1617        - $(RM) UFconfig.o
    1718
    1819distclean: purge