Alexander Pyhalov
2014-01-24 89a0b4bc8a36b589805167f7282ab446963b4abd
Allow generation of time*.so
Original author: Andrew Stormont <andyjstormont@gmail.com>
Thanks to Jon Tibble for pointing out.
1 files modified
4 ■■■■ changed files
tools/Makefile 4 ●●●● patch | view | raw | blame | history
tools/Makefile
@@ -25,7 +25,7 @@
#download setup prep build install publish \
#validate:    links pkglint time-$(MACH32).so time-$(MACH64).so
download setup prep build install publish validate: pkglint
download setup prep build install publish validate: pkglint time-$(MACH32).so time-$(MACH64).so
# generate wrappers for parfait. we need to generate them
# with the correct compiler variables from the common makefiles because
@@ -55,7 +55,7 @@
time-$(MACH64).o:            BITS=64
time-$(MACH32).o time-$(MACH64).o:    CFLAGS += -Kpic
time-$(MACH32).o time-$(MACH64).o:    CFLAGS += $(CC_PIC)
time-$(MACH32).o time-$(MACH64).o:    time.c
    @$(CC) $(CFLAGS) -c -o $@ $<