From 08f5856427312d57d17ef980f08b66c68f08dbfd Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Wed, 28 Jan 1998 05:54:38 +0000 Subject: [PATCH] compile register subdir git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@452 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e0b683db8..f93f6410b3 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ CPU = @target_cpu@ default: @cd lib; $(MAKE) + @cd src/register; $(MAKE) @cd src; $(MAKE) # link in motif libs statically