]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
src/rxkad/Makefile.in: Create PIC objects from domestic/*
authorSam Hartman <hartmans@debian.org>
Sun, 24 Oct 2004 04:00:20 +0000 (04:00 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 24 Oct 2004 04:00:20 +0000 (04:00 +0000)
src/rxkad/Makefile.in

index 11513fe4cf8c07a06789fe85ea640361842948f2..c3f9ee7fdfa64bd68f2bd7465dd1d0c54cf997c6 100644 (file)
@@ -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)