From: Sam Hartman Date: Sun, 24 Oct 2004 04:00:20 +0000 (+0000) Subject: src/rxkad/Makefile.in: Create PIC objects from domestic/* X-Git-Tag: debian/1.3.73-1~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c2a6afd349c93ab6520d7354097b8fd6fbe521d9;p=packages%2Fo%2Fopenafs.git src/rxkad/Makefile.in: Create PIC objects from domestic/* --- diff --git a/src/rxkad/Makefile.in b/src/rxkad/Makefile.in index 11513fe4c..c3f9ee7fd 100644 --- a/src/rxkad/Makefile.in +++ b/src/rxkad/Makefile.in @@ -25,6 +25,10 @@ PICOBJS = $(patsubst %.o,$(PICTARGET)/%.o,$(OBJS)) $(PICTARGET)/%.o: %.c $(PICTARGET) $(CC) -c $(PAM_CFLAGS) $(CFLAGS) $< -o $@ +$(PICTARGET)/%.o: domestic/%.c $(PICTARGET) + $(CC) -c $(PAM_CFLAGS) $(CFLAGS) $< -o $@ + + $(PICTARGET): mkdir -p $(PICTARGET)