open-src/app/fbconsole/sun-src/Makefile
changeset 1422 e9cadc0026d8
parent 943 294f64612d23
--- a/open-src/app/fbconsole/sun-src/Makefile	Wed Nov 12 11:14:21 2014 -0800
+++ b/open-src/app/fbconsole/sun-src/Makefile	Sun Nov 23 21:46:46 2014 -0800
@@ -2,7 +2,7 @@
 #
 # fbconsole Makefile
 #
-# Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -31,7 +31,7 @@
 fbconsole: $(OBJS)
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) -lX11
 
-install:
+install: fbconsole
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
 	$(INSTALL) -m 755 fbconsole $(DESTDIR)$(PREFIX)/bin/fbconsole