X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Finstall%2Bsetup%2Finstall%2FMakefile;h=a3c95f7515b0f29e71742a12555e5ebae1e7c08e;hp=a27dcb55eb5b4e24b080caee3e13495a17cce3f2;hb=03d956bec03403ad7bc47b3e6005dffd63a8bd26;hpb=58493e1ef0226c7b242eb392a9cd2a632ce5f883 diff --git a/src/install+setup/install/Makefile b/src/install+setup/install/Makefile index a27dcb55eb..a3c95f7515 100644 --- a/src/install+setup/install/Makefile +++ b/src/install+setup/install/Makefile @@ -40,7 +40,7 @@ clean : ###### -OBJS=main.o nic.o net.o config.o ../libsmooth/libsmooth.o unattended.o +OBJS=main.o config.o ../libsmooth/libsmooth.o unattended.o install: $(OBJS) $(LINK) $(OBJS) -o $@ $(LIBS)