From a4c2cb29ad2a1aa1462866fff06f1873754dcfc4 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 29 Jun 2001 05:14:17 +0000 Subject: [PATCH] Reverse include and src directories to make sure config.h is built first. svn path=/trunk/yasm/; revision=74 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9ac9d12c..c74acb44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = src include +SUBDIRS = include src -- 2.40.0