diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/Makefile.in b/misc/unix/Makefile.in index edcccfdf6..ec50abb0e 100644 --- a/misc/unix/Makefile.in +++ b/misc/unix/Makefile.in @@ -10,7 +10,7 @@ DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@ INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR) MKDEP=../../helpers/mkdep.sh -OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o canonerr.o \ +OBJS=start.o getopt.o otherchild.o errorcodes.o rand.o \ uuid.o getuuid.o .c.o: |