author | kergoth <kergoth> | 2002-02-01 22:24:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-02-01 22:24:34 (UTC) |
commit | 5a3c8bf8c1033882685f3a6d897c6fa5229403e3 (patch) (side-by-side diff) | |
tree | 48303354ea88e165f5a263208c9ecd8ba503dfe4 /quickexec | |
parent | 190a0111ccd874923bf88dac938531a18f52e698 (diff) | |
download | opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.zip opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.gz opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.bz2 |
Making opie compile again.
-rw-r--r-- | quickexec/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quickexec/Makefile.in b/quickexec/Makefile.in index 514e6cc..d3ac9dc 100644 --- a/quickexec/Makefile.in +++ b/quickexec/Makefile.in @@ -53,26 +53,28 @@ OBJMOC = $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< ####### Build rules all: $(DESTDIR)$(TARGET) $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) moc: $(SRCMOC) -tmake: - tmake quickexec.pro +tmake: Makefile.in + +Makefile.in: quickexec.pro + tmake quickexec.pro -o Makefile.in clean: -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) -rm -f *~ core -rm -f allmoc.cpp ####### Extension Modules listpromodules: @echo listallmodules: |