Commit 76e77e75 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed ordering bug

parent f1cb4e37
#
#
# $Id$
#
# Copyright (C) 1997-2001 by Dimitri van Heesch.
#
......@@ -15,8 +15,8 @@
#
all: Makefile.libdoxygen Makefile.libdoxycfg Makefile.doxygen Makefile.doxytag Makefile.doxysearch Makefile
$(MAKE) -f Makefile.libdoxygen $@
$(MAKE) -f Makefile.libdoxycfg $@
$(MAKE) -f Makefile.libdoxygen $@
$(MAKE) -f Makefile.doxygen $@
$(MAKE) -f Makefile.doxytag $@
$(MAKE) -f Makefile.doxysearch $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment